home *** CD-ROM | disk | FTP | other *** search
- -- --
- -- -- Main Scripts
- -- --
- --
- -- -- the following scripts must be copied internally for all activities and uncommented
- --
- --on startMovie
- -- startLib ()
- --
- -- -- feel free to add your own startMovie code here.
- --end
- --
- --
- --on stopMovie
- -- stopLib ()
- --
- -- -- feel free to add your own stopMovie code here.
- --end
- --
- --
- -- -- initialize the activity. should be called on the "init" frame.
- -- -- If we are using a template, the movie will jump to the "play" frame.
- --
- --on initActivity
- -- initActivityLib (#MatchGame)
- -- -- place the correct activity type in parentheses.
- --
- -- -- possible activity types:
- -- -- #SinglePoint
- -- -- #DragDropStick
- -- -- #DragDropHide
- -- -- #ClickIdentify
- -- -- #MatchGame
- -- -- #NonStandard -- you are making a custom activity.
- -- -- #DragDropColor -- drag drop changes state of targets until all targets are changed.
- -- -- #DirectionArrows
- -- -- #StdPaint
-
-
- -- -- Activity Modification Scripts will be placed here.
- -- -- look for possibilities and documentation in the movie script called "Global Scripts for Integration"
-
-
- -- initializeRound ([command]) -- this should be the last call in this handler.
- -- -- pass command #playControl to retain control of when to go to the "play" frame.
- -- -- otherwise do not pass a command.
- -- -- only use this command with drag and drop! not c & i and not single point!
- -- -- do not call initializeRound with #StdPaint.
- --end
-